home *** CD-ROM | disk | FTP | other *** search
- := 0;
- end;
- end;
- end;
- WaitToGo;
- end; { UserLineStylePlay }
-
-
- procedure SayGoodbye;
- { Say goodbye and then exit the program }
- var
- ViewInfo : ViewPortType;
- begin
- MainWindow('');
- GetViewSettings(ViewInfo);
- SetTextStyle(TriplexFont, HorizDir, 4);
- SetTextJustify(CenterText, CenterText);
- with ViewInfo do
- OutTextXY((x2-x1) div 2, (y2-y1) div 2, 'That''s all folks!');
- StatusLine('Press any key to quit...');
- repeat until KeyPressed;
- end; { SayGoodbye }
-
-
- PROCEDURE SelectMode;
-